Platform Explorer / Nuxeo Platform 6.0

Operation Document.PushList (Push Document List)

Description

Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.
Operation id Document.PushList
Category Push & Pop
Label Push Document List
Requires
Since

Parameters

No parameters.

Signature

Inputs documents
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PushDocumentList
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.PushList",
  "label" : "Push Document List",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.",
  "url" : "Document.PushList",
  "signature" : [ "documents", "documents" ],
  "params" : [ ]
}